services.udp-over-tcp.tcp2udp.<name>.sendBufferSize

If given, sets the SO_SNDBUF option on the TCP socket to the given number of bytes. Changes the size of the operating system's send buffer associated with the socket.

Type
null or (positive integer, meaning >0)
Default
null
Declared
<nixpkgs/nixos/modules/services/networking/udp-over-tcp.nix>